home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / e-lang / stringnd.rdm < prev   
Text File  |  1996-05-20  |  1KB  |  45 lines

  1. Short:    (V2.10) An E object to hanlde Exec String Lists - By Fabio Rotondo
  2. Author:   fsoft@intercom.it (Fabio Rotondo)
  3. Uploader: fsoft@intercom.it (Fabio Rotondo)
  4. Version:  2.10
  5. Type:     dev/e
  6.  
  7. NOTE: Needs NodeMaster.LHA
  8.  
  9.  
  10.     Main features are:
  11.  
  12.         * Very Fast String Sorting Algorithm.
  13.  
  14.         * Very Flexible String Sorting Algo:
  15.  
  16.              - case (in)sensitive
  17.              - from a...z or z...a
  18.  
  19.         * Search routines use AmigaDOS MatchNoPattern() functions!
  20.  
  21.              - You can do searches with patterns like:
  22.  
  23.                     "#?.IN#?" or "~(#?.INFO)" !!!
  24.  
  25.         * Return Raise() errors!
  26.  
  27. NEW V2.10 features:
  28.  
  29.     * Enhanced search() method: now it updates also numeric pos!
  30.  
  31.     * Enhanced sort() method:   now it is 60% faster than the original!
  32.  
  33.     * Enhanced change() method: now allows less memory fragmentation.
  34.  
  35.     * Added a new (and expandible) method: tagset().
  36.  
  37. -------------------------------------------------------------------------------
  38.    //                      | Fabio Rotondo           e-mail: fsoft@intercom.it
  39. \\X/ Amiga. Feel The Power.| URL:(Amiga Stuff!)  http://www.intercom.it/~fsoft
  40. -------------------------------------------------------------------------------
  41.  
  42.         Check out Amiga Blast, Italian's First Amiga WEB Magazine
  43.  
  44.                  http://www.intercom.it/~fsoft/ablast.html
  45.